@extends('admin/layout') @section('page_title', 'Customer') @section('customer_select','active') @section('container') @if(session()->has('message'))
{{session('message')}}
@endif

Customer

ID Name Email Mobile City State Student/Teacher Grade/Subject Action
@endsection