@extends('company.layout.master') @section('title', 'المحلات') @section('content')

محلات فرع {{$branch->owner->name}}

إنشاء جديد

{{csrf_field()}}
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@stop @section('scripts') @endsection