@extends('Layouts.erp_master') @section('content')
@csrf
{!! HTML::forCompanyFeild($TargetData->company_id, null, true) !!}
@include('elements.button.common_button', ['back' => true ])
@endsection