@extends('layout.admin_layout') @section('title', 'Surgery') @section('body') @section('header', 'Surgery') @section('badge') @endsection
@if(Session::has('message'))
{{ Session::get('message') }}
@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
{{ csrf_field() }}
@endsection