@extends('dashboard.layouts.master') @section('content')

{{__('admin.Add Gallery')}}

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