@extends('Layouts.erp_master') @section('content') @php use App\Services\HtmlService as HTML; use App\Services\CommonService as Common; @endphp
@csrf
{!! HTML::forCompanyFeild(null, '', true) !!}
{!! HTML::forBranchFeild(true) !!}
{{--
--}}
(Maximum file size 1 Mb)
{{--
(Maximum file size 1 Mb)
--}} @include('elements.button.common_button', ['back' => true, 'submit' => [ 'action' => 'save', 'title' => 'Save', 'id' => 'validateButton2', 'exClass' => 'float-right' ]])
@endsection