@extends('layouts.app') @section('content')
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf
Tarikh

@endsection