@extends('layouts.admin') @section('content')

Table > Image > Form

Add New

Image Form

@if(empty($image))
{{ csrf_field() }}
No Image
@else
{{ csrf_field() }}
No Image
@endif
@endsection @section('meta') Image Form- {{ config('app.name', 'Dashboard') }} @endsection