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

Table > Post > Form

Add New

Post Form

@if(empty($post))
{{ csrf_field() }}
No Image
@else
{{ csrf_field() }}
No Image
@endif
@endsection