@extends('layouts.admin') @section('page-css') @endsection @section('content')

{{$title}}

{{$sub_title}}

@csrf
@if(!isset($edit->id))
@endif
@endsection @section('page-scripts') @endsection