@include('layouts.header') @include('layouts.sidebar')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf
Company Information
gst == 'Yes' ? 'checked' : '' }}>
gst == 'No' ? 'checked' : '' }}>
Cancel
@include('layouts.footer')