@extends('insurers.layouts.master') @section('breadcrumb')

User Profile

@stop @section('content')
Update Photo
Basic Information
@csrf @method('PUT')
{!! $errors->first('first_name', ':message') !!}
{!! $errors->first('last_name', ':message') !!}

{!! $errors->first('email', ':message') !!}
{!! $errors->first('cnic', ':message') !!}
{!! $errors->first('phone1', ':message') !!}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{!! $errors->first('password_confirmation', ':message') !!}

@stop @section('last_scripts') @stop