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

Add Guest

@include('partials.message')
@csrf @if (count($errors) > 0) {{ $errors }} @endif
@endsection @push('scripts') @endpush