@extends('admin.layout.master') @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif
{{__('obs.guest_entry')}}
@csrf
@endsection @section('script') @endsection