@extends('layout.layout') @section('content')
{{ csrf_field() }} @if(\Auth::user()->is_admin)
@endif
@endsection