@extends('layouts.layout-admin') @section('styles') @endsection @section('content') {{ __('Edit Sales Person') }} {{ __('Home') }} {{ __('Edit Sales Person') }} {{ __('Edit Sales Person') }} @csrf {{method_field('PUT')}} {{ __('First Name') }} * @if($errors->has('first_name')) {{ $errors->first('first_name') }} @endif {{ __('Last Name') }} * @if($errors->has('last_name')) {{ $errors->first('last_name') }} @endif {{ __('Email') }} * @if($errors->has('email')) {{ $errors->first('email') }} @endif {{ __('Phone Number') }}* @if($errors->has('phone')) {{ $errors->first('phone') }} @endif {{ __('Update Sales Person') }} {{ __('Cancel') }} @endsection @section('scripts') @endsection
{{ $errors->first('first_name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}