@extends('layouts.admin') @section('title', 'Itenetaries') @section('content')

Itenetaries

@if(count($errors)>0) @foreach($errors->all() as $error) @endforeach @endif
@csrf
@endsection