@extends('backend.layout.main') @section('content') {{__('db.Update Biller')}} {{__('db.The field labels marked with * are required input fields')}}. {!! Form::open(['route' => ['biller.update', $lims_biller_data->id], 'method' => 'put', 'files' => true]) !!} {{__('db.name')}} * {{__('db.Image')}} {{__('db.Company Name')}} * {{__('db.VAT Number')}} {{__('db.Email')}} * {{__('db.Phone Number')}} * {{__('db.Address')}} * {{__('db.City')}} * {{__('db.State')}} {{__('db.Postal Code')}} {{__('db.Country')}} {!! Form::close() !!} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with * are required input fields')}}.