@extends('layouts.admin.admin_layout') @section('title', trans('applang.branches_admin')) @section('vendor-css') @endsection @section('page-css') @endsection @section('content')
{{trans('applang.add')}}
@if ($branches->count()) @foreach ($branches as $branch) @endforeach @endif
{{--
--}} {{--
--}}
{{trans('applang.code')}} {{trans('applang.name')}} {{trans('applang.address')}} {{trans('applang.actions')}}
@if($branch->id != 1)
{{--
--}} {{--
--}}
@endif
{{$branch->full_code}} {{app()->getLocale() == 'fa' ? $branch->name_fa : $branch->name_en}} {{app()->getLocale() == 'fa' ? $branch->address_fa : $branch->address_en}} @if($branch->id != 1) @endif
@include('erp.branches.modals') @endsection @section('page-vendor-js') @endsection @section('page-js') {{-- --}} {{-- --}} @if (app()->getLocale() == 'ar') @else @endif @endsection