@extends('branches.layout') @section('branches.content')
@foreach($payment_methods as $branch) @endforeach
Name Actions
{{ $branch->name ?: "(blank)" }} @if($branch->trashed())
@csrf @method('PUT')
@csrf @method('DELETE')
@else @lang('Show')
@endif
{{-- {{ $branches->withQueryString()->links() }} --}}
@endsection