@extends('layouts.admin-layout') @section('title') Add Package @endsection @section('content')

Add Package

Back
@csrf
@error('title') {{ $message }} @enderror
@endsection @section('script') @endsection