@extends('admin.layouts.app')
@push('admin_css')
    
@endpush
@if ($method == 'PUT')
    @section('title', \App\Helpers\TranslationHelper::translate('Edit Branche'))
@else
    @section('title', \App\Helpers\TranslationHelper::translate('Add Branche'))
@endif
@section('crumb')