@extends('layouts.admin.index') @section('content')
{{--
@csrf
rakib
@if($errors->has('customer_code')) {{ $errors->first('customer_code') }} @endif
@if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif
@if ($errors->has('lastname')) {{ $errors->first('lastname') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('mobile_no')) {{ $errors->first('mobile_no') }} @endif
@if($errors->has('password')) {{ $errors->first('password') }} @endif
{!! uploadedFile(isset($customer)?$customer:'',isset($customer)?$customer->profile_photo:'','create','','profile_photo') !!} @if($errors->has('profile_photo')) {{ $errors->first('profile_photo') }} @endif
--}}
@endsection @section('scripts') @endsection