@extends('layouts/default') {{-- Page title --}} @section('title') {{ "Create Stockopname" }} @parent @stop {{-- Page content --}} @section('content')
{{ csrf_field() }}
@stop @section('moar_scripts') @include('customes.partials.add-Sopname') @stop