@extends('dashboard.layouts.master') @section('title','Customer | Admin Panel') @section('content') @include('sweetalert::alert')

{{ __('backend.customer') }}

{{ __('backend.dashboard') }} / {{ __('backend.customer') }}
{{Form::open(['route'=>'customerPendingUpdateAll','method'=>'post','id'=>'updateAll'])}}
{{ __('backend.customer_name') }} {{ __('backend.customer_email') }} {{ __('backend.customer_phone') }} {{ __('backend.is_technician') }} {{ __('backend.customer_join_date') }} Technician {{ __('backend.status') }} {{ __('backend.options') }}
{{Form::close()}}
@endsection @push("after-scripts") @endpush