@extends('backend.layout.main') @section('content')

{{trans('file.Update Biller')}}

{{trans('file.The field labels marked with * are required input fields')}}.

{!! Form::open(['route' => ['biller.update', $lims_biller_data->id], 'method' => 'put', 'files' => true]) !!}
@if($errors->has('image')) {{ $errors->first('image') }} @endif
@if($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
{!! Form::close() !!}
@endsection @push('scripts') @endpush