@extends('settings.layouts.master') @section('styles') @endsection @section('contents')
@csrf

Bank Branch

@if(count($data)>0) @foreach($data as $key=>$value) @endforeach @else @endif
Sno IFSC Bakn Branch City Edit
{{$key+1}} {{$value->ifsc}} {{$value->bank}} {{$value->branch}} {{$value->city}}
IFSC Code not found Please add
Sno IFSC Bakn Branch City Edit
@endsection @section('scripts') @endsection