@extends('admin.layouts.index') @section('cssFiles') @endsection @section('breadcrumb')

Yorum Ekle

@endsection @section('content')
Geri Dön
{!! csrf_field() !!} @if($errors->any())
@endif
@endsection @section('js') @endsection