@extends('layouts.single') @section('title') @yield('code') @endsection @section('content')

@yield('code')

@yield('message')
@endsection