@extends('panel.layout.base') @section('title',$title) @section('content')
@if(isset($create)) Yeni Kayıt Ekle @endif
@if (\Session::has('success'))
@elseif (\Session::has('warning'))
@endif
@endsection @section('style') @endsection @section('script') @endsection