@extends('template.layout') @section('style') @endsection @section('content')
@if (session('success')) @endif
Select Branch
Back @foreach ($branches as $branch) @endforeach
# Code Name Action
{{ $loop->iteration }} {{ $branch->code }} {{ $branch->name }}
@endsection @section('script') @endsection