@extends('layouts.template') @section('content')
@if ($errors->any()) @endif
{!! Form::open(['url' => '/store/tyre-control/store','id'=>'myform','class' => 'form-horizontal', 'files' => true]) !!}

Tyre Control

Add Tyre Control

@include ('store.tyre-control.form')
{!! Form::close() !!}
@endsection