@extends('layouts.app') @section('title','Add New Photo') @section('content')
@csrf
{{ $errors->first('name') }}
{{ $errors->first('name_bn') }}
{{ $errors->first('image') }}
Cancel
@endsection