@extends('layouts.frontend.master') @section('style') @endsection @section('content')
{{ $layout->label->owner_registration->title }}
@if(Session::has('inserted'))
{!! Helper::alert('success', Session::get('inserted'), 'block font-15') !!}
@endif
@if(Session::has('info'))
{!! Helper::alert('danger', Session::get('info'), 'block font-15') !!}
@endif
{{$layout->label->browse->title}}
{{ csrf_field() }}
@endsection @section('script') @endsection