@extends('adminlte::page') @section('title', 'New Case') @section('content_header')

New Case

@endsection @section('content')
@csrf @include('cases.partials.form') Cancel
@endsection