@extends('layouts.app_rest') @section('content')
@can('contact.create') Add New @endcan @can('contact.update') @endcan @can('contact.view') @endcan @can('contact.delete') @endcan
@can('contact.view')
Full Name City Mobile Number Credit Payment Image Status
@endcan
@endsection @section('javascript') @endsection