@extends('layouts.app') @section('content')

Company Setting

@if ($errors->any())

@endif
{{ $errors->first('companycode') }}
{{ $errors->first('companyname') }}
{{ $errors->first('registrationno') }}
{{ $errors->first('registrationno2') }}
{{ $errors->first('gstno') }}

Bank Info

{{ $errors->first('bankacc1') }}
{{ $errors->first('bankacc2') }}

Address

{{ $errors->first('address1') }}
{{ $errors->first('address2') }}
{{ $errors->first('address3') }}
{{ $errors->first('address4') }}
{{ $errors->first('city') }}
{{ $errors->first('zipcode') }}

Contact

{{ $errors->first('contactperson') }}
{{ $errors->first('contactperson2') }}
{{ $errors->first('phoneno1') }}
{{ $errors->first('phoneno2') }}
{{ $errors->first('email') }}
{{ $errors->first('email2') }}

Letter Head / Foot

@if(file_exists(public_path()."/company/".$companysetting->id."/bwheader.jpg")) @endif
@if(file_exists(public_path()."/company/".$companysetting->id."/bwfooter.jpg")) id."/bwfooter.jpg"}}" style="width:400px;"> @endif
Back
@endsection