@extends('Admin.master_page') @section('title')
Add New
@endsection @section('content')
@csrf @include('Admin.Gallary._form')
@endsection