@extends('seller.layout.index') {{-- =========== meta Title =================== --}} @section('title') افزودن فروشنده @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')
@csrf
@error('first_name')

{{ $message }}

@enderror
@error('last_name')

{{ $message }}

@enderror
@error('cellphone')

{{ $message }}

@enderror
@endsection