@extends('master.app') @section('title', 'customer') @section('body') Edit @foreach ($errors->all() as $error) {{ $error }} @endforeach @method('put') @csrf name Choose Province @foreach ($provinces as $row) id == $customer->province_id) {{ 'selected' }} @endif>{{ $row->title_en }} @endforeach Phone Address type_id==1) {{ "selected" }} @endif>Role AS Customer type_id==2) {{ "selected" }} @endif>Role AS Sale Mane type_id!=2) style="display: none;" @endif> Email type_id!=2) style="display: none;" @endif> password Edit @endsection @section('pageJs') @endsection