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

{{ __('Arcive') }}

{{ __('Add Arcive') }}

@csrf
@if ($errors->has('date'))

{{ $errors->first('date') }}

@endif
@endsection