@extends('admin.layouts.master') @section('title') Add Photo @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif Add Photo Home Photos Add Photo {{-- --}} Add Photo @csrf Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Image @if ($errors->has('images')) {{ $errors->first('images') }} @endif Status Select Photo To Be Active Or Not @if ($errors->has('is_active')) {{ $errors->first('is_active') }} @endif Submit @endsection @section('scripts') @endsection