@extends('Admin.Components.layout') @section('title') TrachesChecker Overview @endsection @section('subtitle') @if (isset($data)) Edit TrachesChecker Overview @else Add TrachesChecker Overview @endif @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif
{{ csrf_field() }}
@endsection @section('js') @endsection