@extends('layouts.master') @section('title',trans('dashboard.add_main_section')) @section('css') @endsection @section('page-content')

@lang('dashboard.add_main_section')

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif
@csrf
@endsection @section('js') @endsection