@extends('admin.master') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif

Create Gallery Photo

@csrf
@if($errors->has('photo1'))
{{ $errors->first('photo1') }}
@endif
@endsection