@extends('Layouts.erp_master') @section('content')
@csrf
{!! HTML::forCompanyFeild() !!}
@include('elements.button.common_button', ['back' => true, 'submit' => [ 'action' => 'save', 'title' => 'Save', 'id' => 'submitButtonForRegion', 'exClass' => 'float-right' ]])
@endsection