@extends('layouts.master_form') @section('title', 'الحرف') @section('content')

Vertical Form

@csrf @if (\Session::has('success'))
  • {!! \Session::get('success') !!}
@endif
@endcontent