@extends('admin.layout.app') @section('style') @endsection @section('content')

ادارة الفروع

@foreach($branches as $item) @endforeach
الاسم (AR) الاسم (EN) الجوال العنوان تعديل حذف
{{$item->name_ar}} {{$item->name_en}} {{$item->phone}} {{$item->address_ar}} تعديل حذف
@endsection @section('script') @endsection