@extends('dashboard.layouts.main') @section('style') @stop @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error)
×{{ $error }}
@endforeach @endif @if(Session::has('success'))
×{{ Session::get('success') }}
@endif @csrf {{-- general Info --}}
@lang('home.create_new')
{{-- content ar --}}
{{-- content ar --}} {{-- content en --}}
{{-- content en --}} {{-- Show page --}}
{{--Show page --}}
{{-- general Info --}}
@stop @section('jsCode') @stop