@extends('company.layout.master') @section('title', 'رسائل الادمن') @section('content')

رسائل الادمن

ارسال رسالة جديدة للادمن

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