@extends('layouts.app') @section('title','Company') @section('pages')
Company Basic Information

@csrf @method('PUT')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('office_type')) {{ $errors->first('office_type') }} @endif
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@ @if ($errors->has('email')) {{ $errors->first('email') }} @endif
Company Address Information

@if ($errors->has('mobile_number')) {{ $errors->first('mobile_number') }} @endif
@if ($errors->has('whatsapp_no')) {{ $errors->first('whatsapp_no') }} @endif
@if ($errors->has('branch_name')) {{ $errors->first('branch_name') }} @endif
@if ($errors->has('branch_code')) {{ $errors->first('branch_code') }} @endif
@if ($errors->has('website')) {{ $errors->first('website') }} @endif
@if($errors->has('letter_head')) {{ $errors->first('letter_head') }} @endif
@if($errors->has('deals_in')) {{ $errors->first('deals_in') }} @endif
@endsection @section('js') @endsection