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

Branches      Add New

@include('validate')

Branches List

@forelse ($branchList as $branch) @empty @endforelse
Branch Name Branch Code Location Mobile Email GST No. Action
{{ $branch->branch_name }} {{ $branch->branch_code }} {{ $branch->branch_location }} {{ $branch->branch_phone }} {{ $branch->branch_email }} {{ $branch->branch_gst_no }}
  • {{--
  • --}}
@lang('general.no_details_found')
@endsection @push('scripts') @php /* */ @endphp @endpush