@extends('layouts.app') @section('title') {{ $pageInfo['title'] }} @endsection @section('styles') @endsection @section('admin-content')

{{ $pageInfo['title'] }}

@include('backend.layouts.partials.messages')
@csrf
Cancel
@endsection @section('scripts') @endsection