@extends('layouts.admin') @section('content')

{{$title}}

Here you can {{$title}}.

@csrf
@endsection @section('page-scripts') @endsection