@extends('company.layout.master') @section('title', 'رسائل الفروع') @section('content')

رسائل الفروع

ارسال رسالة جديدة لفرع

{{csrf_field()}}
@if ($errors->has('branch_id')) {{ $errors->first('branch_id') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@stop