@extends('layouts.master') @section('title') @lang('translation.Branches') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Admin @endslot @slot('title') {{ isset($branch) ? 'Edit Branch' : 'New Branch' }} @endslot @endcomponent